home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 / Vol 132.iso / games / pupworld.swf / scripts / DefineButton2_247 / BUTTONCONDACTION on(press).as
Text File  |  2011-06-09  |  102b  |  5 lines

  1. on(press){
  2.    pi.AudioLibrary.playSound("woof1",1);
  3.    Heroes.Tools.setPlayerSkin("chocolate");
  4. }
  5.